projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3562ed8
)
(Fset_buffer_multibyte): Fix docstring.
author
Kenichi Handa
<handa@m17n.org>
Thu, 5 Feb 2004 02:15:42 +0000
(
02:15
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 5 Feb 2004 02:15:42 +0000
(
02:15
+0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 922e39f1693ed5765409287919c467af50e35245..5ebcaa819d1fcb9acae27b5876a997a2c42ec045 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-2082,7
+2082,7
@@
If FLAG is t, this makes the buffer a multibyte buffer.
If FLAG is nil, this makes the buffer a single-byte buffer.
The buffer contents remain unchanged as a sequence of bytes
but the contents viewed as characters do change.
-If the multibyte flag
i
s really changed, undo information of the
+If the multibyte flag
wa
s really changed, undo information of the
current buffer is cleared. */)
(flag)
Lisp_Object flag;